-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 fix list_users_in_group introduced in previous PR
#8249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 fix list_users_in_group introduced in previous PR
#8249
Conversation
…rc-simcore into fix-support-center
pcrespov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
services/web/server/src/simcore_service_webserver/groups/_groups_repository.py
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/01/groups/test_groups_repository.py
Outdated
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/01/groups/test_groups_repository.py
Outdated
Show resolved
Hide resolved
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8249 +/- ##
==========================================
- Coverage 87.86% 85.34% -2.53%
==========================================
Files 1917 743 -1174
Lines 74171 34365 -39806
Branches 1301 175 -1126
==========================================
- Hits 65171 29329 -35842
+ Misses 8609 4979 -3630
+ Partials 391 57 -334
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
🧪 CI InsightsHere's what we observed from your CI run for fb42095. 🟢 All jobs passed!But CI Insights is watching 👀 |
|
@mergify queue |
|
🟠 Waiting for conditions to match
|
8f96782
into
ITISFoundation:master



What do these changes do?
list_users_in_groupintroduced in previous PR (I merged it by mistake, before introducing test, this PR fix the listing and introduces unit test)Related issue/s
How to test
Dev-ops